home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / phigs / ptk.lha / ptk / scripts / openws.scr < prev    next >
Encoding:
Text File  |  1992-08-21  |  349 b   |  23 lines

  1.  
  2. #if SUN
  3. open_workstation 1 ":0" PHIGS_X_TOOL 7
  4. TOOL_X 0
  5. TOOL_Y 0
  6. TOOL_WIDTH 800
  7. TOOL_HEIGHT 800
  8. X_BUF_MODE 2
  9. COLOUR_TABLE_SIZE 8
  10. COLOUR_MODE PHIGS_INDEX_COLOUR
  11. #endif
  12. #if PEXSI
  13. open_workstation 1 ":0" PHIGS_X_TOOL 5
  14. TOOL_X 0
  15. TOOL_Y 0
  16. TOOL_WIDTH 800
  17. TOOL_HEIGHT 800
  18. X_BUF_MODE 1
  19. #endif
  20. #if HP
  21. open_workstation 1 "/dev/screen/phigswindow" 105
  22. #endif
  23.